home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_Intel_Only / Gnuplot / GnuplotSource / TicCell.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  550 b   |  27 lines

  1. /*
  2.  *  Copyright (C) 1993  Robert Davis
  3.  *
  4.  *  This program is free software; you can redistribute it and/or
  5.  *  modify it under the terms of Version 2, or any later version, of 
  6.  *  the GNU General Public License as published by the Free Software 
  7.  *  Foundation.
  8.  */
  9.  
  10. /* $Id: TicCell.h,v 1.4 1993/05/04 16:23:05 davis Exp $ */
  11.  
  12. #import "SubCell.h"
  13.  
  14. @interface TicCell:SubCell
  15. {
  16. }
  17.  
  18.  
  19. /*
  20.  *  TicObjects have both a string value and a double value, and
  21.  *  TicCells draw them both.
  22.  */
  23. - drawInside:(const NXRect *)cellFrame inView:controlView;
  24.  
  25.  
  26. @end
  27.